fishbowl: Fix up initial text
authorMatthias Clasen <mclasen@redhat.com>
Sun, 20 Nov 2016 11:12:32 +0000 (06:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 20 Nov 2016 11:15:19 +0000 (06:15 -0500)
Avoid the text changing from "0 fish" to "0 icons" right
after opening the fishbowl demo.

demos/gtk-demo/fishbowl.ui

index f5780853360de8bddc34dd72088d619b0bd597bb..410a24115cf2d55462d1cfa6bb2a90a0d7477903 100644 (file)
@@ -10,7 +10,7 @@
         <child>
           <object class="GtkLabel" id="info_label">
             <property name="visible">True</property>
-            <property name="label">0 fish - 0 fps</property>
+            <property name="label">0 icons - 0 fps</property>
           </object>
           <packing>
             <property name="pack_type">end</property>